home *** CD-ROM | disk | FTP | other *** search
- <!-- This example shows placement of title and caption
- by using a percentage of the main window.
- -->
- <smil>
- <head>
- <meta name="Author" content="Kathy Barshatzky" />
- <meta name="Copyright" content="javakathy.com" />
- <layout>
- <root-layout width="460" height="460" />
- <region id="photo_region"
- width="384" height="288" top="100" left="38" />
- <region id="caption_region"
- width="360" height="40" top="88%" left="10%" />
- <region id="title"
- width="150" height="40" top="12%" left="30%" />
- </layout>
- </head>
- <body>
- <par>
- <text src="title.txt" alt="Cornell Hockey"
- region="title" dur="indefinite"/>
- <img src="hockeyTeco.jpg" alt="hockey image"
- region="photo_region" dur="indefinite" />
- <text src="caption2.txt"
- region="caption_region" dur="indefinite"/>
- </par>
- </body>
- </smil>
-
-
-